CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - routing algorithm matlab

搜索资源列表

  1. Dijkstra1

    0下载:
  2. 利用MATLAB来实现Dijkstra算法模拟了路由选择协议-using MATLAB to achieve the Dijkstra algorithm to simulate the Routing Protocol
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1801
    • 提供者:sunqiang
  1. GA_only-mutation

    1下载:
  2. 遗传算法解决车辆路径问题,用matlab解答,可以直接运行-Genetic algorithm can solve the vehicle routing problem
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2034
    • 提供者:虾米
  1. 91805v00_WordRecognition_final

    0下载:
  2. Developing an Isolated Word Recognition System in MATLAB. Speech-recognition technology is embedded in voice-activated routing systems at customer call centres, voice dialling on mobile phones, and many other everyday applications. A robust s
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:671138
    • 提供者:fasterfox
  1. LEACH

    1下载:
  2. 用matlab语言实现无线传感器网络Leach路由算法,并对LEACH算法进行改进,比较改进后的算法的优势尽量减少节点能耗、延长网 络生存时间-Matlab language realize the wireless sensor network Leach routing algorithms, and to Leach algorithm was improved, compare the improved algorithm to reduce the energy consumpti
  3. 所属分类:matlab

    • 发布日期:2016-01-24
    • 文件大小:3072
    • 提供者:qiaoqiaojing
  1. BERR

    0下载:
  2. 无线传感器网络QoS路由BERR算法,matlab程序-QoS routing BERR algorithm for wireless sensor networks
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2115
    • 提供者:陈志旺
  1. DETR

    0下载:
  2. 无线传感器网络QoS路由DETR算法,matlab程序-QoS routing DETR algorithm for wireless sensor networks
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1643
    • 提供者:陈志旺
  1. M-BERR

    0下载:
  2. 无线传感器网络QoS路由M-BERR算法,matlab程序-BERR algorithm of wireless sensor networks, QoS routing M-
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2441
    • 提供者:陈志旺
  1. REER

    0下载:
  2. 无线传感器网络QoS路由REER算法,matlab程序-QoS routing REER algorithm for wireless sensor networks
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1619
    • 提供者:陈志旺
  1. Speed

    0下载:
  2. 无线传感器网络QoS路由Speed算法,matlab程序-Wireless sensor networks, QoS routing Speed ​ ​ algorithm. M
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1543
    • 提供者:陈志旺
  1. ACA_QoS_MR

    0下载:
  2. QoS组播路由问题的蚁群算法通用MATLAB源码-Ant Colony Algorithm for QoS Multicast Routing
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2290
    • 提供者:张阳
  1. Floyd

    1下载:
  2. Floyd算法的matlab实现。对输入的邻接距离矩阵计算图中任意两点间的最短距离矩阵和路由矩阵,且能查询任意两点间的最短距离和路由。并根据结果自动绘制出了最短路径图。 程序中使用了前向路由和回溯路由两种方法,并对于无向图进一步减小算法复杂度。-Matlab implementation of the Floyd algorithm. Adjacent input distance matrix between any two points in calculating the figur
  3. 所属分类:matlab例程

    • 发布日期:2017-05-23
    • 文件大小:478964
    • 提供者:lijun
  1. WDM_Transceivers

    0下载:
  2. 光纤网络中的WDM路由算法,matlab实现(WDM routing algorithm in optical fiber networks, matlab implementation)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-27
    • 文件大小:3072
    • 提供者:WEIII
  1. 验证性VRP

    0下载:
  2. 利用遗传算法实现VRP问题,将车辆路径问题规划的较为详细,算法较为良好(The genetic algorithm is used to solve the VRP problem, and the vehicle routing problem is more detailed and the algorithm is better)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:莹莹11
  1. GA

    0下载:
  2. 遗传算法的车辆路径研究,实现的是配送路径最短(Genetic algorithm of vehicle routing research, the realization of the shortest delivery route)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:13312
    • 提供者:刘秋萍
  1. 代码

    2下载:
  2. 基与遗传算法的动态规划,可以解决对于有时间窗约束的多目标车辆寻路问题(HUBThe dynamic programming of base and genetic algorithm can solve the problem of multi-objective vehicle routing problem with time window constraints)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:moonll741
  1. VRP模拟退火

    4下载:
  2. 采用模拟退火算法求解车辆路径问题 (Using simulated annealing algorithm to solve the vehicle routing problem)
  3. 所属分类:matlab例程

  1. 蚁群算法

    0下载:
  2. 蚁群算法的代码实现,主要是针对车辆路径优化VRP 问题的实现(The vehicle routing problem with ant colony optimization algorithm)
  3. 所属分类:网络编程

    • 发布日期:2018-04-21
    • 文件大小:9216
    • 提供者:无限动力
  1. 遗传算法

    1下载:
  2. 基于带容量车辆约束问题算法MATLAB源码(MATLAB algorithm based on capacity constrained vehicle routing problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:21504
    • 提供者:yly,
  1. 蚁群算法matlab

    1下载:
  2. 利用蚁群算法求解车辆路径优化问题,实用的matlab代码(Using ant colony algorithm to solve vehicle routing optimization problem,Practical matlab code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-04-21
    • 文件大小:8192
    • 提供者:青川木牍
  1. 遗传模拟退火算法求解TSP问题matlab代码

    3下载:
  2. 解决车辆路径问题,改进的模拟退火和遗传算法,全面详细,适用于解决VRP问题和物流车辆规划(To solve the vehicle routing problem, the improved simulated annealing and genetic algorithm, comprehensive and detailed, suitable for solving VRP problems and logistics vehicle planning)
  3. 所属分类:Windows编程

    • 发布日期:2021-02-20
    • 文件大小:11264
    • 提供者:hayjao2020
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com